home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / lha2lzx.readme < prev    next >
Text File  |  1995-08-05  |  2KB  |  82 lines

  1. Short:    ARexx script to convert lha arcs to lzx
  2. Author:   chris@chewy.demon.co.uk (Chris Hewitt)
  3. Uploader: chris@chewy.demon.co.uk (Chris Hewitt)
  4. Type:     util/rexx
  5.  
  6.  
  7. So you've got lzx and found that it packs better that lha. So what do you do
  8. about all your lha archives?
  9.  
  10. Use lha2lzx that's what.
  11.     -------
  12.  
  13. Usage: [rx] lha2lzx <Archive> [Temp <Temp Dir>] [Delete] [Quiet]
  14.  
  15. Where:
  16.  
  17.     rx        the usual command to run an ARexx script.
  18.         If you set the script flag (protect lha2lzx +s), however, it
  19.         should run as any other script (as long as it is in the
  20.         search path).
  21.  
  22.     Archive is the lha archive to convert eg. fred.lha
  23.  
  24.     Temp    when this flag is specified the next parameter is taken to be
  25.         the temporary directory to be used to unarchive into.
  26.         (Actually a subdirectory is created in this one to ensure it is 'clean')
  27.         T: is used by default
  28.  
  29.     Delete  if this flag is specified then the original lha archive is deleted
  30.  
  31.     Quiet   if this flag is specified then all output from the
  32.         un-archiving/re-archiving process is sent to Nil:
  33.  
  34. Requirements
  35. ============
  36.  
  37.     An Amiga of some sort !
  38.     ARexx running
  39.     lha and lzx somewhere in the search path (Usually C:)
  40.  
  41.  
  42. Distribution/Disclaimer
  43. =======================
  44.  
  45. lha2lzx is placed in the public domain. All I ask is that if you alter it you
  46. E-Mail me a copy of the new script (see below).
  47.  
  48. lha2lzx is to be used at your own risk. I cannot guarantee it will always work.
  49.  
  50.  
  51. Contacting the author
  52. =====================
  53.  
  54. You can contact me by E-Mail at:
  55.  
  56.     chris@chewy.demon.co.uk
  57.  
  58. or snail mail:
  59.  
  60.     Chris Hewitt
  61.     11 Wragby Road East
  62.     North Greetwell
  63.     Lincoln
  64.     Lincolnshire LN2 4RA
  65.     England
  66.  
  67.  
  68. Please feel free to send any pieces of paper bearing the Queen's head to the above
  69. address :-))
  70.  
  71. ------------------------------------------------------------------------------------
  72.  
  73. lha2lzx was written on an A1200 with:
  74.     a Blizzard 1230-II 50 MHz '030 with 4Mb RAM (Upgraded to 8Mb this morning !!)
  75.     a 170Mb Hard Drive
  76.  
  77. ( Overkill I know, but it sounds good though :) )
  78.  
  79. ------------------------------------------------------------------------------------
  80.  
  81. 'I believe in peace, Bitch...' - The Waitress by Tori Amos
  82.